projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1724374
)
serial: sh: Add support R8A7794
author
Nobuhiro Iwamatsu
<
[email protected]
>
Tue, 24 Jun 2014 08:03:20 +0000
(17:03 +0900)
committer
Nobuhiro Iwamatsu
<
[email protected]
>
Thu, 24 Jul 2014 05:03:46 +0000
(14:03 +0900)
This adds the preset value to register for R8A7794.
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
drivers/serial/serial_sh.h
patch
|
blob
|
history
diff --git
a/drivers/serial/serial_sh.h
b/drivers/serial/serial_sh.h
index f5e9854d13d23dfce7065f5ed401b06be567c6af..341997c8ecbb1e4a129aa96d78b7dea8cd4a6f19 100644
(file)
--- a/
drivers/serial/serial_sh.h
+++ b/
drivers/serial/serial_sh.h
@@
-226,7
+226,8
@@
struct uart_port {
# define SCSPTR3 0xffc60020 /* 16 bit SCIF */
# define SCIF_ORER 0x0001 /* Overrun error bit */
# define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
-#elif defined(CONFIG_R8A7790) || defined(CONFIG_R8A7791)
+#elif defined(CONFIG_R8A7790) || defined(CONFIG_R8A7791) || \
+ defined(CONFIG_R8A7794)
# define SCIF_ORER 0x0001
# define SCSCR_INIT(port) 0x32 /* TIE=0,RIE=0,TE=1,RE=1,REIE=0, */
#else